.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1120 {
  width: 11.2rem;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.header-wrapper.index.active {
  top: -1rem;
}
.header-wrapper.index .search.borderWhite {
  border-color: rgba(255, 255, 255, 0.16);
}
.header-wrapper.index.on2,
.header-wrapper.index.on2.on {
  background: #fff;
}
.header-wrapper.on,
.header-wrapper.active,
.header-wrapper.shadow,
.header-wrapper.on2 {
  background: #fff;
}
.header-wrapper.on:before,
.header-wrapper.active:before,
.header-wrapper.shadow:before,
.header-wrapper.on2:before {
  display: none;
}
.header-wrapper.on .logo-box .init,
.header-wrapper.active .logo-box .init,
.header-wrapper.shadow .logo-box .init,
.header-wrapper.on2 .logo-box .init {
  display: none;
}
.header-wrapper.on .logo-box .on,
.header-wrapper.active .logo-box .on,
.header-wrapper.shadow .logo-box .on,
.header-wrapper.on2 .logo-box .on {
  display: block;
}
.header-wrapper.on .pc-nav-box li > a,
.header-wrapper.active .pc-nav-box li > a,
.header-wrapper.shadow .pc-nav-box li > a,
.header-wrapper.on2 .pc-nav-box li > a {
  color: #000;
}
.header-wrapper.on .pc-nav-box li > a:after,
.header-wrapper.active .pc-nav-box li > a:after,
.header-wrapper.shadow .pc-nav-box li > a:after,
.header-wrapper.on2 .pc-nav-box li > a:after {
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
}
.header-wrapper.on .search,
.header-wrapper.active .search,
.header-wrapper.shadow .search,
.header-wrapper.on2 .search {
  background-image: url(../img/search2.png);
  border-color: #ddd;
}
.header-wrapper.on .tel,
.header-wrapper.active .tel,
.header-wrapper.shadow .tel,
.header-wrapper.on2 .tel {
  color: #000;
  background-image: url(../img/tel2.png);
}
.header-wrapper.on .search-box,
.header-wrapper.active .search-box,
.header-wrapper.shadow .search-box,
.header-wrapper.on2 .search-box {
  /* input placeholder  */
}
.header-wrapper.on .search-box .keywords,
.header-wrapper.active .search-box .keywords,
.header-wrapper.shadow .search-box .keywords,
.header-wrapper.on2 .search-box .keywords {
  border-color: #ddd;
}
.header-wrapper.on .search-box ::-webkit-input-placeholder,
.header-wrapper.active .search-box ::-webkit-input-placeholder,
.header-wrapper.shadow .search-box ::-webkit-input-placeholder,
.header-wrapper.on2 .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  font-size: var(--fs14);
}
.header-wrapper.on .search-box :-moz-placeholder,
.header-wrapper.active .search-box :-moz-placeholder,
.header-wrapper.shadow .search-box :-moz-placeholder,
.header-wrapper.on2 .search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  font-size: var(--fs14);
}
.header-wrapper.on .search-box ::-moz-placeholder,
.header-wrapper.active .search-box ::-moz-placeholder,
.header-wrapper.shadow .search-box ::-moz-placeholder,
.header-wrapper.on2 .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  font-size: var(--fs14);
}
.header-wrapper.on .search-box :-ms-input-placeholder,
.header-wrapper.active .search-box :-ms-input-placeholder,
.header-wrapper.shadow .search-box :-ms-input-placeholder,
.header-wrapper.on2 .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
  font-size: var(--fs14);
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 0.88rem;
  padding: 0 0.88rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 1.86rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .other-box {
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .tel {
  font-size: var(--fs18);
  color: #fff;
  font-family: "mm";
  padding-left: 0.24rem;
  background-image: url(../img/tel.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.4rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper .tel.on {
  margin-right: 0;
}
.header-wrapper .search {
  position: relative;
  z-index: 10;
  display: block;
  cursor: pointer;
  background-image: url(../img/search.png);
  border: solid 1px rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.16rem;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.header-wrapper .user {
  text-align: center;
  min-width: 1.44rem;
  line-height: 0.4rem;
  height: 0.4rem;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  border-radius: 0.2rem;
  position: relative;
  color: #fff;
  max-width: 1.8rem;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.header-wrapper .user:before {
  display: inline-block;
  content: "";
  width: 0.16rem;
  height: 0.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.1rem;
  background-image: url(../img/user.png);
}
.header-wrapper .user a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.header-wrapper .user a span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.header-wrapper .search-box {
  width: 0;
  position: relative;
  left: 0.4rem;
  z-index: 1;
  /* input placeholder  */
}
.header-wrapper .search-box .keywords {
  width: 100%;
  background: none;
  line-height: 0.44rem;
  border-bottom: 1px solid #fff;
}
.header-wrapper .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  font-size: var(--fs14);
}
.header-wrapper .search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  font-size: var(--fs14);
}
.header-wrapper .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  font-size: var(--fs14);
}
.header-wrapper .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
  font-size: var(--fs14);
}
.header-wrapper .topSearch {
  position: relative;
  margin-right: 0.32rem;
}
.header-wrapper .searchbox {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 2.4rem;
}
.header-wrapper .searchbox .keywords {
  width: 100%;
  line-height: 0.4rem;
  height: 0.4rem;
  border: 1px solid #1b46af;
  padding: 0 0.6rem 0 0.2rem;
  border-radius: 25px;
}
.header-wrapper .searchbox .search-btn {
  position: absolute;
  right: 0.2rem;
  top: 0.11rem;
  z-index: 10;
}
.header-wrapper .searchbox .search-btn img {
  width: 0.16rem;
}
.pc-nav-box {
  margin-left: 1.6rem;
  flex: 1;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style: none;
}
.pc-nav-box li {
  position: relative;
  margin-right: 0.66rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li:hover .goods-nav {
  display: block;
  animation: fadeIn 0.5s ease;
}
.pc-nav-box li:hover > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li.on > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li > a {
  position: relative;
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.88rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box li > a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  background: #fff;
}
.pc-nav-box a {
  display: block;
}
.pc-nav-box .nav {
  width: 1.88rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.99rem;
  z-index: 10;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box .nav a {
  position: relative;
  opacity: 1;
  color: #333;
  font-size: var(--fs16);
  line-height: 0.36rem;
  padding: 0.05rem 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pc-nav-box .nav a:hover {
  color: #fff;
}
.pc-nav-box .nav a:hover:before {
  opacity: 1;
  visibility: visible;
}
.pc-nav-box .nav a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box .nav a span {
  position: relative;
  z-index: 1;
}
.goods-nav {
  position: fixed;
  left: 0;
  top: 0.88rem;
  z-index: 15;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0;
  display: none;
  transition: top 0.4s ease;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -ms-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
}
.goods-nav .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.goods-nav .item {
  width: 21%;
  margin-right: 2%;
}
.goods-nav .item:last-child {
  margin-right: 0;
}
.goods-nav .item:hover > a {
  color: #1b46af;
}
.goods-nav .item > a {
  font-size: var(--fs18);
  font-weight: 700;
  line-height: 0.36rem;
  margin-bottom: 0.18rem;
}
.goods-nav .child {
  width: 100%;
}
.goods-nav .child a {
  font-size: var(--fs16);
  line-height: 0.24rem;
  margin-bottom: 0.12rem;
}
.goods-nav .child a:last-child {
  margin-bottom: 0;
}
.goods-nav .child a:hover,
.goods-nav .child a.on {
  color: #1b46af;
}
.goods-nav .child a:hover span,
.goods-nav .child a.on span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.goods-nav .child span {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.footer-wrapper {
  position: relative;
  padding: 0.6rem 0 0.4rem;
  background: #0e1b4b;
  overflow: hidden;
}
.footer-wrapper .box-1,
.footer-wrapper .box-2 {
  position: relative;
  z-index: 2;
}
.footer-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .box-2 {
  margin-top: 0.4rem;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.9);
}
.footer-wrapper .copyright {
  line-height: 24px;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-wrapper .other-box {
  width: 25%;
}
.footer-wrapper .other-box p {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.24rem;
}
.footer-wrapper .tel-box {
  margin-bottom: 0.3rem;
  text-align: right;
}
.footer-wrapper .tel-box .tel {
  font-size: var(--fs30);
  color: #fff;
  font-family: "mm";
  line-height: 0.36rem;
}
.footer-wrapper .tel-box p {
  margin-top: 0.1rem;
}
.footer-wrapper .qrcode-box {
  margin-bottom: 0.76rem;
}
.footer-wrapper .qrcode-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .qrcode-box li {
  width: 1.12rem;
  text-align: center;
  margin-right: 0.24rem;
}
.footer-wrapper .qrcode-box li:last-child {
  margin-right: 0;
}
.footer-wrapper .qrcode-box p {
  margin-top: 0.2rem;
}
.footer-wrapper .canvas {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  z-index: 1;
  width: 100%;
  height: 6rem;
}
.footer-nav-box {
  width: 75%;
}
.footer-nav-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box li {
  width: 20%;
  padding-right: 0.15rem;
}
.footer-nav-box li > a {
  font-size: var(--fs18);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.12rem;
}
.footer-nav-box a {
  display: block;
  line-height: 0.32rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-nav-box a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box a span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.footer-nav-box .nav a {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.8);
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer .ad-box {
  background-position: top 65% center;
  background-attachment: inherit;
}
.ad-box {
  padding: 0.2rem 0;
  background-image: url(../img/indexbg4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.ad-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.1rem;
}
.ad-box .title {
  color: #fff;
  font-size: var(--fs24);
  line-height: 0.36rem;
}
.friend-link {
  position: relative;
  width: 70.83%;
  margin-right: 0;
  margin-left: auto;
}
.friend-link .top {
  position: relative;
  z-index: 11;
  border-radius: 24px;
  background-color: #0e1b4b;
}
.friend-link .top a {
  display: block;
  width: 0.8rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  font-size: var(--fs16);
  color: #fff;
  font-family: "mb";
  border-radius: 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  text-align: center;
}
.friend-link .top a:hover {
  background: #288bee;
}
.friend-link .name {
  cursor: pointer;
  text-align: center;
  height: 0.48rem;
  line-height: 0.46rem;
  border-radius: 24px;
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.9);
  padding: 0 1rem 0 .2rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.friend-link .list {
  font-size: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  z-index: 10;
  max-height: 3.76rem;
  overflow-y: auto;
  display: none;
  padding-bottom: 0.18rem;
  background-color: #0e1b4b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.friend-link .list::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.friend-link .list::-webkit-scrollbar-thumb {
  background-color: #1b46af;
}
.friend-link .list a {
  display: block;
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.9);
  line-height: 0.47rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0 0.22rem;
}
.friend-link .list a:hover {
  color: #fff;
}
.friend-link .list a:last-child {
  border-bottom: none;
}
.link {
  font-size: 0;
}
.link a {
  display: inline-block;
  line-height: 24px;
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.9);
  margin-right: 0.34rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.link a:hover {
  color: #fff;
}
.link a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.link a span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.link a:last-child {
  margin-right: 0;
}
.mouse {
  position: absolute;
  left: 50%;
  z-index: 10;
  text-align: center;
  bottom: 0.4rem;
  cursor: pointer;
  width: 0.28rem;
  height: 0.39rem;
  margin-left: -0.14rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/mouse.png);
  animation: scrollAni 1.5s infinite linear;
}
.mouse .icon {
  margin: 0 auto;
}
.index-banner-wrapper.on .info li {
  animation: zoomIn 0.8s ease;
}
.index-banner-wrapper:before {
  content: "";
  width: 100%;
  height: 2rem;
  background: url(../img/indexbg.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.index-banner-wrapper.swiper-slide-active li {
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper .swiper-slide > img {
  display: none;
}
.index-banner-wrapper video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top center;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.index-banner-wrapper .info .box-container,
.index-banner-wrapper .info ul {
  height: 100%;
}
.index-banner-wrapper ul {
  list-style: none;
}
.index-banner-wrapper li {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
.index-banner-wrapper li:hover a {
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper li:hover a:before {
  width: 100%;
}
.index-banner-wrapper li:hover a span {
  opacity: 1;
  transition: all .36s .4s;
}
.index-banner-wrapper li:first-child {
  left: 14%;
  top: 28%;
}
.index-banner-wrapper li:nth-child(2) {
  left: 32%;
  top: 15%;
}
.index-banner-wrapper li:nth-child(3) {
  left: 39%;
  top: 28%;
}
.index-banner-wrapper li:nth-child(4) {
  left: 48.3%;
  top: 16%;
}
.index-banner-wrapper li:nth-child(5) {
  left: 32%;
  top: 64%;
}
.index-banner-wrapper li:nth-child(6) {
  left: 56%;
  top: 48%;
}
.index-banner-wrapper li:nth-child(7) {
  right: 9%;
  bottom: 26%;
}
.index-banner-wrapper li:nth-child(8) {
  right: 37%;
  bottom: 19%;
}
.index-banner-wrapper li a {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0.42rem;
  top: -0.07rem;
  z-index: 1;
  min-width: 1.84rem;
  color: #fff;
  font-size: var(--fs16);
  line-height: 0.38rem;
  height: 0.4rem;
  padding: 0 0.42rem 0 0.22rem;
  white-space: nowrap;
  border-radius: 24px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-banner-wrapper li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0.75;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}
.index-banner-wrapper li a span {
  opacity: 0;
  display: inline-block;
  margin-right: 0.12rem;
}
.index-banner-wrapper li a span:after {
  content: "+";
  font-size: 24px;
  color: #fff;
  font-family: "mr";
  position: absolute;
  right: 0.23rem;
  top: 0;
  z-index: 10;
}
.index-banner-wrapper .icon {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  position: relative;
}
.index-banner-wrapper .icon:before,
.index-banner-wrapper .icon:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 95, 218, 0.4);
}
.index-banner-wrapper .icon:before {
  animation: iconAni 3s 0.75s infinite ease;
}
.index-banner-wrapper .icon:after {
  animation: iconAni 3s 1.5s infinite ease;
}
.index-banner-wrapper .icon div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.index-banner-wrapper .icon div:before,
.index-banner-wrapper .icon div:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index-banner-wrapper .icon div:before {
  z-index: 1;
  background: rgba(0, 95, 218, 0.5);
  animation: iconAni 3s infinite ease;
}
.index-banner-wrapper .icon div:after {
  box-sizing: border-box;
  background-color: #005fda;
  border: 0.08rem solid #fff;
  z-index: 10;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: -6rem;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  z-index: 30;
  padding: 1rem 0;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.04);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
  /* input placeholder  */
}
.search-form.on {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.search-form .main {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.42rem;
  margin-left: 0.2rem;
  font-size: var(--fs15);
  color: #fff;
  background-color: transparent;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  font-size: var(--fs14);
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  font-size: var(--fs14);
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  font-size: var(--fs14);
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
  font-size: var(--fs14);
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #fff;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #1b46af;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.fixed-box {
  width: 0.84rem;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 38;
  display: none;
}
.fixed-box.top .gotop {
  display: block;
}
.fixed-box li {
  list-style: none;
}
.fixed-box li {
  position: relative;
  margin-bottom: 0.08rem;
}
.fixed-box li:last-child {
  margin-bottom: 0;
}
.fixed-box li.on > a {
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
}
.fixed-box li.on .icon:before {
  top: -100%;
}
.fixed-box li.on .icon:after {
  top: 0;
}
.fixed-box li.gotop > a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding-top: 0;
}
.fixed-box li > a {
  display: block;
  width: 100%;
  height: 0.96rem;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(9, 41, 86, 0.8);
  border-radius: 6px 0px 0px 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0.2rem 0 0;
}
.fixed-box li > a > img {
  display: block;
  width: 100%;
}
.fixed-box li > a p {
  color: #fff;
  line-height: 0.24rem;
  margin-top: 0.1rem;
}
.fixed-box .icon {
  position: relative;
  margin: 0 auto;
  width: 0.28rem;
  height: 0.28rem;
  overflow: hidden;
}
.fixed-box .icon:before,
.fixed-box .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.fixed-box .icon:before {
  top: 0;
}
.fixed-box .icon:after {
  top: 100%;
}
.fixed-box .msg .icon:before {
  background-image: url(../img/f-icon12.png);
}
.fixed-box .msg .icon:after {
  background-image: url(../img/f-icon12.png);
}
.fixed-box .qrcode .icon:before {
  background-image: url(../img/f-icon22.png);
}
.fixed-box .qrcode .icon:after {
  background-image: url(../img/f-icon22.png);
}
.fixed-box .service .icon:before {
  background-image: url(../img/f-icon32.png);
}
.fixed-box .service .icon:after {
  background-image: url(../img/f-icon32.png);
}
.fixed-box .tel .icon:before {
  background-image: url(../img/f-icon42.png);
}
.fixed-box .tel .icon:after {
  background-image: url(../img/f-icon42.png);
}
.fixed-box .gotop .icon:before {
  background-image: url(../img/f-icon52.png);
}
.fixed-box .gotop .icon:after {
  background-image: url(../img/f-icon52.png);
}
.fixed-box .qrcode.on .hidebox,
.fixed-box .service.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.fixed-box .qrcode .hidebox,
.fixed-box .service .hidebox {
  width: 1.8rem;
  text-align: center;
  margin-right: 0.1rem;
  padding: 0.14rem 0.2rem;
  transform: translateX(80%);
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
}
.fixed-box .qrcode .hidebox img,
.fixed-box .service .hidebox img {
  display: block;
  width: 100%;
}
.fixed-box .qrcode p,
.fixed-box .service p {
  line-height: 0.24rem;
  margin-bottom: 0.06rem;
}
.fixed-box .tel .hidebox {
  width: 2rem;
  padding: 0 0.2rem;
  transform: translateX(2rem);
  -webkit-transform: translateX(2rem);
  -moz-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  -o-transform: translateX(2rem);
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  color: #999;
}
.fixed-box .tel .hidebox a {
  display: block;
  font-size: var(--fs24);
  color: #333;
  font-family: "mm";
  margin-top: 0.04rem;
}
.fixed-box .tel .hidebox .inner {
  width: 100%;
  color: #999999;
}
.fixed-box .gotop {
  display: none;
}
.fixed-box .hidebox {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #939393;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.index-swiper {
  height: 100vh;
}
.index-swiper .top {
  position: relative;
}
.index-swiper.swiper-pointer-events.swiper-vertical {
  overflow: hidden;
}
.index-swiper > .swiper-wrapper {
  height: 100vh;
}
.index-swiper > .swiper-wrapper > .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
.index-swiper > .swiper-wrapper > .swiper-slide.footer {
  height: auto;
}
.index-swiper > .swiper-wrapper > .swiper-slide.index-box-2 {
  padding-top: 1rem;
}
.index-swiper > .swiper-wrapper > .swiper-slide.index-box-3 {
  padding-top: 1.46rem;
}
.index-more {
  display: block;
  width: 1.84rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 28px;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: var(--fs16);
  color: #000;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-more:before,
.index-more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 28px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.45s, opacity 0.45s;
  transition: transform 0.45s, opacity 0.45s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.index-more:before {
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.index-more:after {
  border: solid 1px #1b46af;
}
.index-more.on,
.index-more:hover {
  color: #1b46af;
}
.index-more.on:before,
.index-more:hover:before {
  background: #fff;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.index-more.on:after,
.index-more:hover:after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  border-color: #fff;
}
.index-more.on:hover {
  color: #fff;
}
.index-more.on:hover:before {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.index-more.on:hover:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.index-more.active {
  color: #fff;
}
.index-more.active:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-more.active:after {
  opacity: 0;
  visibility: hidden;
  border-color: #1b46af;
  transform: scale3d(0.8, 0.8, 1);
}
.index-more.active:hover {
  color: #1b46af;
}
.index-more.active:hover:before {
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0.8, 0.8, 1);
}
.index-more.active:hover:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-more span {
  position: relative;
  z-index: 1;
}
.btn-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.btn-box.white a {
  color: #fff;
}
.btn-box.white a.on {
  color: #1b46af;
}
.btn-box.white a.on:hover {
  color: #fff;
}
.btn-box.white a.on:hover:before {
  opacity: 0;
  background: transparent;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.btn-box.white a.on:hover:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.btn-box.white a.on:before {
  background: #fff;
}
.btn-box.white a:before {
  background: #fff;
}
.btn-box.white a:after {
  border-color: #fff;
}
.btn-box a {
  position: relative;
  display: block;
  text-align: center;
  width: 1.76rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 28px;
  margin-right: 0.32rem;
  font-size: var(--fs16);
  font-weight: 700;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.btn-box a:last-child {
  margin-right: 0;
}
.btn-box a.on {
  color: #fff;
}
.btn-box a.on:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.btn-box a.on:after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.btn-box a:before,
.btn-box a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 28px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.45s, opacity 0.45s;
  transition: transform 0.45s, opacity 0.45s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btn-box a:before {
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.btn-box a:after {
  border: solid 1px #1b46af;
}
.btn-box a span {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.index-title {
  font-size: var(--fs48);
  color: #000;
  font-weight: 700;
  line-height: 0.6rem;
  margin-bottom: 0.72rem;
}
.index-title.white {
  color: #fff;
}
.index-box-1 {
  position: relative;
}
.index-box-1 .info-box {
  width: 71.98%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-left: calc((100% - 15.36rem) / 2);
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding-bottom: 0.45rem;
}
.index-box-1 .info-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/index.png) no-repeat right center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-1 .inner {
  width: 100%;
}
.index-box-1 .desc {
  font-size: var(--fs24);
  color: #333;
  line-height: 0.3rem;
}
.index-box-1 .title {
  font-size: 0.56rem;
  line-height: 0.72rem;
  font-weight: 700;
  margin: 0.2rem auto 0.8rem;
  color: #1b46af;
}
.index-box-1 .info,
.index-box-1 .data {
  position: relative;
  z-index: 2;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box-1 .video-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-box-1 .close {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  margin-left: -0.2rem;
}
.index-box-1 video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-box-1 .play {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  top: 50%;
  margin-top: -0.55rem;
  cursor: pointer;
  right: 16.67%;
  z-index: 10;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-box-1 .play:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/circle.png);
  animation: svgAni 6s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-box-1 .play:after {
  content: "";
  width: 48%;
  height: 48%;
  position: absolute;
  left: 26%;
  top: 26%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: iconAni 3s 0.75s infinite ease;
}
.index-box-1 .play i {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.36rem;
  margin-left: -0.36rem;
  z-index: 10;
}
.index-box-1 .play i:before,
.index-box-1 .play i:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.index-box-1 .play i:before {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  animation: iconAni 3s infinite ease;
}
.index-box-1 .play i:after {
  width: 100%;
  height: 100%;
  background: #ffffff url(../img/play.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.index-box-2 {
  background-image: url(../img/indexbg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-2 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-2 .pic {
  box-shadow: 0 -15px 24px rgba(0, 0, 0, 0.1);
}
.index-box-2 .swiper-box {
  width: 29.1%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-2 .swiper-box .pic {
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .swiper-box .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .swiper-container {
  width: 100%;
}
.index-box-2 .index-title {
  display: inline-block;
}
.index-box-2 .list {
  width: 66.5%;
}
.index-box-2 .list ul {
  list-style: none;
}
.index-box-2 .list li {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  line-height: 24px;
  align-items: center;
  margin-bottom: 0.32rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.28rem 0.4rem 0.28rem 0.48rem;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-2 .list li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-box-2 .list li:last-child {
  margin-bottom: 0;
}
.index-box-2 .list li:hover:before,
.index-box-2 .list li.on:before {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .list li:hover span,
.index-box-2 .list li.on span {
  background-color: transparent;
  border-color: #fff;
}
.index-box-2 .list li:hover .title,
.index-box-2 .list li.on .title,
.index-box-2 .list li:hover .date,
.index-box-2 .list li.on .date {
  color: #ffffff;
}
.index-box-2 .list span,
.index-box-2 .list .title,
.index-box-2 .list .date {
  position: relative;
  z-index: 1;
}
.index-box-2 .list span {
  width: 1.04rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  font-size: var(--fs16);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #fff;
  background-color: #288bee;
  border: solid 1px #288bee;
}
.index-box-2 .title,
.index-box-2 .date {
  font-size: var(--fs18);
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.index-box-2 .title {
  font-weight: 700;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 24px;
  margin: 0 0.3rem;
}
.index-box-2 .date {
  font-family: "mr";
}
.news-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.news-box .swiper-slide,
.news-box li {
  width: 30.64%;
  margin-right: 4.04%;
}
.news-box .swiper-slide:last-child,
.news-box li:last-child {
  margin-right: 0;
}
.news-box .swiper-slide:hover .pic img,
.news-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-box .swiper-slide:hover .title,
.news-box li:hover .title,
.news-box .swiper-slide:hover .desc,
.news-box li:hover .desc,
.news-box .swiper-slide:hover .date,
.news-box li:hover .date {
  color: #ffffff;
}
.news-box .swiper-slide:hover .info:after,
.news-box li:hover .info:after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.news-box .swiper-slide a,
.news-box li a {
  display: block;
}
.news-box li {
  margin-top: 4.04%;
}
.news-box .pic img {
  height: 2.64rem;
  object-fit: cover;
}
.news-box .info {
  position: relative;
  padding: 0.4rem 0.4rem 0.46rem;
}
.news-box .info:before,
.news-box .info:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-box .info:before {
  z-index: 0;
  height: 100%;
  background-color: #fff;
}
.news-box .info:after {
  z-index: 1;
  height: 40%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
}
.news-box .info div {
  position: relative;
  z-index: 2;
}
.news-box .title,
.news-box .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.news-box .title {
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 0.36rem;
  height: 0.72rem;
}
.news-box .desc {
  line-height: 0.3rem;
  height: 0.6rem;
  font-size: var(--fs16);
  color: #555;
  margin: 0.2rem auto 0.4rem;
}
.news-box .date {
  font-size: var(--fs18);
  color: #1b46af;
  font-family: "mr";
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-3 {
  background-image: url(../img/indexbg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-box-3 .detail-box .item {
  display: none;
}
.modal-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: none;
  /* input placeholder  */
}
.modal-box.on {
  display: block;
}
.modal-box.on .inner {
  transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.modal-box .main {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 51;
  margin: auto;
  width: 10.16rem;
  margin-left: -5.08rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.modal-box .main:before {
  left: -0.28rem;
  top: -0.28rem;
  background-image: url(../img/bg_tl.png);
}
.modal-box .main:after {
  right: -0.28rem;
  top: -0.28rem;
  background-image: url(../img/bg_tr.png);
}
.modal-box .main:before,
.modal-box .main:after,
.modal-box .box:before,
.modal-box .box:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.7rem;
  height: 0.66rem;
  position: absolute;
  z-index: 10;
}
.modal-box .box {
  position: relative;
}
.modal-box .box:before {
  left: -0.28rem;
  bottom: -0.28rem;
  background-image: url(../img/bg_bl.png);
}
.modal-box .box:after {
  right: -0.28rem;
  bottom: -0.28rem;
  background-image: url(../img/bg_br.png);
}
.modal-box .inner {
  position: relative;
  background: rgba(9, 41, 86, 0.8) url(../img/modalbg.png) no-repeat center top;
  background-size: 100%;
  border-radius: 20px;
  border: solid 1px #288bee;
  padding: 0.57rem 0.64rem 0.64rem;
  transform: rotateY(89deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.modal-box .inner:after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: url(../img/modalbg_2.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.modal-box .title {
  font-size: var(--fs36);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 0.48rem;
  margin-bottom: 0.15rem;
}
.modal-box p {
  font-size: 0.17rem;
  text-align: center;
  color: #fff;
  line-height: 0.24rem;
  width: 100%;
}
.modal-box .form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.modal-box .form span,
.modal-box .form label {
  font-size: var(--fs16);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.modal-box .form P {
  text-align: left;
  margin-top: 0.12rem;
}
.modal-box .group {
  position: relative;
  width: 48.64%;
  margin-bottom: 0.16rem;
}
.modal-box .group.max {
  width: 100%;
}
.modal-box .group:last-child {
  margin-bottom: 0;
}
.modal-box .group .btn {
  position: absolute;
  right: 0.32rem;
  top: 0.08rem;
  z-index: 10;
  width: 1.35rem;
}
.modal-box .group .btn img {
  width: 100%;
  height: 0.4rem;
  object-fit: contain;
  object-position: right;
}
.modal-box .group span {
  margin-left: 0.32rem;
}
.modal-box .group a {
  display: inline-block;
  vertical-align: middle;
}
.modal-box .group > i {
  color: #f00;
  position: absolute;
  left: 0.2rem;
  top: 0;
  z-index: 10;
  display: block;
  line-height: 0.54rem;
}
.modal-box .group .star {
  display: none;
}
.modal-box .radiobox {
  display: none;
}
.modal-box .radiobox:checked + label i:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.modal-box .radiobox + label {
  position: relative;
  cursor: pointer;
  margin-right: 0.28rem;
}
.modal-box .radiobox + label:last-child {
  margin-right: 0;
}
.modal-box .radiobox + label i {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0.12rem;
}
.modal-box .radiobox + label i:before,
.modal-box .radiobox + label i:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}
.modal-box .radiobox + label i:before {
  left: 0;
  top: 0;
  display: inline-block;
  border: 1px solid #fff;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.modal-box .radiobox + label i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  background: #fff;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.modal-box .checkbox {
  display: none;
}
.modal-box .checkbox:checked + label i:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.modal-box .checkbox + label {
  position: relative;
  cursor: pointer;
  margin-right: 0.28rem;
}
.modal-box .checkbox + label:last-child {
  margin-right: 0;
}
.modal-box .checkbox + label i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: -1px;
  vertical-align: middle;
  margin-right: 0.12rem;
}
.modal-box .checkbox + label i:before,
.modal-box .checkbox + label i:after {
  content: "";
  position: absolute;
}
.modal-box .checkbox + label i:before {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 1px solid #fff;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 3px;
}
.modal-box .checkbox + label i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  background: #fff;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 2px;
}
.modal-box .tit {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.24rem;
  width: 100%;
  margin: 0.16rem auto 0.24rem;
}
.modal-box .tit i {
  color: #f00;
  margin-right: 0.06rem;
}
.modal-box .captcha .text {
  padding-right: 1.9rem;
}
.modal-box .captcha span {
  margin-left: 0.16rem;
}
.modal-box .captcha img {
  display: block;
}
.modal-box .msg,
.modal-box .text {
  font-size: var(--fs16);
  color: #555;
  background-color: #fff;
  padding: 0 0.32rem;
}
.modal-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555555;
  font-size: var(--fs16);
}
.modal-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555555;
  font-size: var(--fs16);
}
.modal-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
  font-size: var(--fs16);
}
.modal-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555555;
  font-size: var(--fs16);
}
.modal-box .msg {
  width: 100%;
  height: 0.8rem;
  resize: none;
  border-radius: 0.4rem;
  font-family: inherit;
  line-height: 0.3rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.modal-box .text,
.modal-box .submit,
.modal-box .getCaptcha a,
.modal-box .group span,
.modal-box .group label {
  height: 0.56rem;
  line-height: 0.54rem;
}
.modal-box .text,
.modal-box .submit {
  width: 100%;
  border-radius: 0.28rem;
}
.modal-box .submit {
  display: block;
  text-align: center;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -ms-transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
}
.modal-box .submit:hover {
  background: #288bee;
  box-shadow: 0 2px 30px rgba(255, 255, 255, 0.12);
}
.modal-box .tips {
  text-align: center;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #fff;
}
.modal-box .tips a {
  display: inline-block;
  font-size: var(--fs16);
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.modal-box .getCaptcha .text {
  padding-right: 1.5rem;
}
.modal-box .getCaptcha a {
  font-size: var(--fs16);
  color: #155dc4;
  position: absolute;
  right: 0.23rem;
  top: 0;
  z-index: 10;
  padding-left: 0.26rem;
}
.modal-box .getCaptcha a:hover {
  text-decoration: underline;
}
.modal-box .getCaptcha a:before {
  content: "";
  width: 1px;
  height: 0.24rem;
  background-color: #dedede;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.12rem;
  z-index: 10;
}
.modal-box .agree {
  width: 100%;
  line-height: 0.24rem;
  margin: 0.24rem auto 0.36rem;
}
.modal-box .agree label {
  margin-right: 0;
}
.modal-box .agree a {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.24rem;
  text-decoration: underline;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.modal-box .agree a:hover {
  color: #1b46af;
}
.modal-box .line {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  width: calc(100% - 0.32rem);
  height: 1px;
  margin: 0 0 0.32rem auto;
}
.modal-box a[disabled="disabled"] {
  cursor: not-allowed;
}
.forgetPWD-modal,
.login-modal {
  /* input placeholder  */
}
.forgetPWD-modal .inner,
.login-modal .inner {
  padding-bottom: 0.47rem;
}
.forgetPWD-modal .main,
.login-modal .main {
  width: 6rem;
  margin-left: -3rem;
}
.forgetPWD-modal .form,
.login-modal .form {
  display: block;
}
.forgetPWD-modal ::-webkit-input-placeholder,
.login-modal ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: var(--fs16);
}
.forgetPWD-modal :-moz-placeholder,
.login-modal :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: var(--fs16);
}
.forgetPWD-modal ::-moz-placeholder,
.login-modal ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: var(--fs16);
}
.forgetPWD-modal :-ms-input-placeholder,
.login-modal :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: var(--fs16);
}
.forgetPWD-modal .group,
.login-modal .group {
  width: 100%;
}
.login-modal .form {
  margin-bottom: 0.3rem;
}
.login-modal .tips {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
}
.login-modal .submit {
  margin-bottom: 0.3rem;
}
.register-modal .submit {
  margin-top: 0.16rem;
}
.demand-modal .max {
  margin-bottom: 0.3rem;
}
.demand-modal .group .checkbox + label {
  min-width: 2.05rem;
  height: 0.24rem;
  line-height: 0.24rem;
  margin-bottom: 0.12rem;
  margin-right: 0;
  padding-right: 0.1rem;
}
.application-modal .main {
  width: 6.72rem;
  margin-left: -3.36rem;
}
.application-modal.modal-box .checkbox + label {
  margin-right: 0.48rem;
  height: 0.3rem;
  line-height: 0.3rem;
}
.application-modal.modal-box .checkbox + label:last-child {
  margin-right: 0;
}
.application-modal .form {
  margin-top: 0.36rem;
}
.application-modal .index-more {
  display: block;
  margin: 0.26rem auto 0;
  transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -ms-transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
}
.application-modal .index-more.active:after {
  opacity: 0;
  visibility: hidden;
}
.application-modal .index-more.active:hover {
  box-shadow: 0 2px 30px rgba(255, 255, 255, 0.12);
}
.application-modal .index-more.active:hover:before {
  opacity: 1;
  visibility: visible;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.form-box {
  width: 4.7rem;
  /* input placeholder  */
}
.form-box .text {
  width: 100%;
  height: 0.56rem;
  line-height: 0.54rem;
  background-color: #fff;
  border-radius: 28px;
  padding: 0 0.7rem 0 0.3rem;
  font-size: var(--fs16);
  color: #333;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.form-box .text:focus {
  box-shadow: 0 2px 30px rgba(34, 107, 209, 0.1);
}
.form-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: var(--fs16);
}
.form-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: var(--fs16);
}
.form-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: var(--fs16);
}
.form-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: var(--fs16);
}
.form-box a {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/search3.png);
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 10;
  width: 100%;
}
.page-banner-wrapper .title {
  font-size: var(--fs48);
  color: #fff;
  line-height: 0.56rem;
  margin-bottom: 0.28rem;
  font-weight: 700;
}
.page-banner-wrapper .desc {
  font-size: var(--fs22);
  color: #fff;
  line-height: 0.36rem;
}
.page-banner-wrapper .index-more {
  color: #fff;
  margin-top: 0.47rem;
}
.page-banner-wrapper .index-more:hover {
  color: #1b46af;
}
.page-banner-wrapper .index-more:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.page-banner-wrapper.goodsinfo .desc {
  font-size: var(--fs18);
}
.page-box {
  padding: 1.06rem 0;
  background-color: #f5f6f9;
}
.page-title {
  font-size: var(--fs48);
  font-weight: 700;
  line-height: 0.56rem;
  margin-bottom: 0.7rem;
  color: #1b46af;
}
.loading {
  text-align: center;
  margin-top: 0.7rem;
}
.loading a {
  display: inline-block;
  font-size: var(--fs16);
  font-weight: 700;
  line-height: 0.32rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.loading a:hover {
  color: #1b46af;
}
.loading i {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  background-image: url(../img/loading.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-right: 0.16rem;
  position: relative;
  top: -1px;
  animation: svgAni 3s linear infinite;
}
.news-wrapper .box-container {
  position: relative;
}
.news-wrapper .form-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.newsinfo-wrapper .top {
  text-align: center;
  margin-bottom: 0.52rem;
}
.newsinfo-wrapper .top h1 {
  font-size: var(--fs40);
  color: #1b46af;
  line-height: 0.6rem;
  font-weight: 700;
  margin-bottom: 0.26rem;
}
.newsinfo-wrapper .other {
  font-size: 0;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #e7e7e7;
}
.newsinfo-wrapper .other span {
  font-size: var(--fs16);
  color: #555;
  font-weight: 700;
  margin-right: 0.58rem;
}
.newsinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .bottom {
  position: relative;
  margin-top: 0.55rem;
  padding-top: 0.43rem;
  border-top: 1px solid #e7e7e7;
}
.newsinfo-wrapper .bottom p {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-top: 0.12rem;
  padding-right: 2.2rem;
}
.newsinfo-wrapper .bottom p:first-child {
  margin-top: 0;
}
.newsinfo-wrapper .bottom p:hover a {
  color: #1b46af;
}
.newsinfo-wrapper .bottom p b {
  color: #000;
}
.newsinfo-wrapper .bottom p a {
  max-width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: var(--fs18);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .return {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0.09rem;
  z-index: 10;
  width: 2.08rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: var(--fs16);
  font-weight: 700;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  color: #fff;
  text-align: center;
  border-radius: 28px;
}
.newsinfo-wrapper .return:hover {
  background: #1b46af;
}
.newsinfo-wrapper .return img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.12rem;
}
.activity-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.activity-box .swiper-slide,
.activity-box li {
  width: 22.98%;
  margin-right: 2.693%;
  background-color: #fff;
}
.activity-box .swiper-slide:before,
.activity-box li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.activity-box .swiper-slide:hover:before,
.activity-box li:hover:before {
  opacity: 1;
  visibility: visible;
}
.activity-box .swiper-slide:hover .pic:after,
.activity-box li:hover .pic:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.activity-box .swiper-slide:hover .pic img,
.activity-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  opacity: 0.7;
}
.activity-box .swiper-slide:hover .title,
.activity-box li:hover .title,
.activity-box .swiper-slide:hover .date,
.activity-box li:hover .date {
  color: #fff;
}
.activity-box .swiper-slide:hover .more,
.activity-box li:hover .more {
  color: #1b46af;
  background: #fff;
}
.activity-box .swiper-slide a,
.activity-box li a {
  display: block;
}
.activity-box li {
  position: relative;
}
.activity-box .pic,
.activity-box .info {
  position: relative;
  z-index: 2;
}
.activity-box .pic {
  background: linear-gradient(-45deg, #000000 0%, #21aadb 100%);
}
.activity-box .pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.activity-box .pic img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.activity-box .info {
  text-align: center;
  padding: 0.4rem 0.45rem .48rem;
}
.activity-box .title {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.36rem;
  height: 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.2rem auto 0.42rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.activity-box .date {
  font-size: var(--fs18);
  color: #1b46af;
  font-family: "mr";
  line-height: 0.24rem;
}
.activity-box .more {
  width: 1.6rem;
  line-height: 0.48rem;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(90deg, rgba(10, 93, 201, 0.88) 0%, rgba(0, 154, 243, 0.88) 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
			normal, 
			normal;
  border-radius: 24px;
  color: #fff;
  font-size: var(--fs16);
  font-weight: 700;
  margin: 0 auto;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.activity-wrapper .box-container {
  position: relative;
}
.activity-wrapper .index-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.activityinfo-wrapper .top {
  text-align: center;
  margin-bottom: 0.36rem;
}
.activityinfo-wrapper .top h1 {
  font-size: var(--fs48);
  font-weight: 700;
  line-height: 0.6rem;
  margin-bottom: 0.35rem;
}
.activityinfo-wrapper .brief {
  position: relative;
  font-size: var(--fs16);
  color: #555;
  line-height: 0.4rem;
  font-weight: 700;
  border: 1px solid #e7e7e7;
  padding: 0.25rem 0.3rem 0.3rem;
  overflow: hidden;
}
.activityinfo-wrapper .brief:hover:before,
.activityinfo-wrapper .brief:hover:after {
  height: 0.54rem;
}
.activityinfo-wrapper .brief:hover .line:before,
.activityinfo-wrapper .brief:hover .line:after {
  width: 0.76rem;
}
.activityinfo-wrapper .brief:before,
.activityinfo-wrapper .brief:after {
  content: "";
  height: 0.34rem;
  width: 2px;
  position: absolute;
  z-index: 10;
  background-color: #1b46af;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.activityinfo-wrapper .brief:before {
  left: 0;
  top: 0;
}
.activityinfo-wrapper .brief:after {
  right: 0;
  bottom: 0;
}
.activityinfo-wrapper .brief span {
  color: #1b46af;
}
.activityinfo-wrapper .brief .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.activityinfo-wrapper .brief .line:before,
.activityinfo-wrapper .brief .line:after {
  content: "";
  width: 0.56rem;
  height: 2px;
  position: absolute;
  z-index: 10;
  background-color: #1b46af;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.activityinfo-wrapper .brief .line:before {
  left: 0;
  top: 0;
}
.activityinfo-wrapper .brief .line:after {
  right: 0;
  bottom: 0;
}
.activityinfo-wrapper .index-more {
  display: block;
  margin: 0.35rem auto 0;
}
.live-wrapper .page-title {
  text-align: center;
}
.live-wrapper .btn-box {
  position: static;
  justify-content: center;
  margin-bottom: 0.64rem;
}
.live-wrapper .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background-color: #fff;
  margin-bottom: 0.6rem;
}
.live-wrapper .item:last-child {
  margin-bottom: 0;
}
.live-wrapper .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.live-wrapper .item:hover .title {
  color: #1b46af;
}
.live-wrapper .pic {
  width: 41.66%;
}
.live-wrapper .info {
  width: 58.34%;
  padding: 0 0.8rem;
}
.live-wrapper .date {
  font-size: var(--fs18);
  color: #000;
  line-height: 0.24rem;
  font-family: "mm";
}
.live-wrapper .title {
  font-size: var(--fs36);
  line-height: 0.48rem;
  font-weight: 700;
  max-height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.35rem auto 0.28rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.live-wrapper .desc {
  font-size: var(--fs16);
  color: #555;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 0.9rem;
}
.replay-wrapper .btn-box {
  position: static;
  justify-content: center;
  margin-bottom: 0.64rem;
}
.replay-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.replay-wrapper .list li {
  width: 23.046%;
  margin-top: 0.6rem;
  margin-right: 2.605%;
}
.replay-wrapper .list li:hover .pic img {
  opacity: 0.5;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.replay-wrapper .list li:hover .play {
  opacity: 1;
  visibility: visible;
}
.replay-wrapper .list li:hover .title {
  color: #1b46af;
}
.replay-wrapper .list .pic {
  position: relative;
  background-color: #000;
}
.replay-wrapper .list .pic img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.replay-wrapper .play {
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  top: 50%;
  margin-top: -0.32rem;
  margin-left: -0.32rem;
  cursor: pointer;
  left: 50%;
  z-index: 10;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.replay-wrapper .play:before,
.replay-wrapper .play:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}
.replay-wrapper .play:before {
  animation: iconAni 3s infinite linear;
}
.replay-wrapper .play:after {
  animation: iconAni 3s 0.75s infinite ease;
}
.replay-wrapper .play i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: #ffffff url(../img/play2.png) no-repeat center center;
  border-radius: 50%;
}
.replay-wrapper .title {
  font-size: var(--fs18);
  font-weight: 700;
  line-height: 0.3rem;
  height: 0.6rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.26rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.replay-wrapper p {
  text-align: center;
  font-family: "mb";
  font-size: var(--fs16);
  line-height: 24px;
  color: #999;
  margin-top: 0.06rem;
}
.download-wrapper .page-title {
  text-align: center;
}
.download-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.download-wrapper .list li {
  position: relative;
  width: 30.73%;
  margin-right: 3.905%;
  margin-top: 3.905%;
  background-color: #fff;
  padding: .74rem 0.4rem 0.64rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-align: center;
}
.download-wrapper .list li:hover:before {
  opacity: 1;
  visibility: visible;
}
.download-wrapper .list li:hover .title,
.download-wrapper .list li:hover p {
  color: #ffffff;
}
.download-wrapper .list li:hover .index-more.active {
  color: #1b46af;
}
.download-wrapper .list li:hover .index-more.active:before {
  background: #fff;
}
.download-wrapper .list li:hover .index-more.active:after {
  opacity: 0;
  visibility: hidden;
}
.download-wrapper .list li:hover .index-more.active:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.download-wrapper .list li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.download-wrapper .title,
.download-wrapper p,
.download-wrapper .index-more {
  position: relative;
  z-index: 1;
}
.download-wrapper .title {
  font-size: var(--fs22);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.3rem;
  max-height: 0.6rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.download-wrapper p {
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin: 0.18rem auto 0.4rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.download-wrapper .index-more {
  margin: 0 auto;
}
.platform-wrapper .page-title {
  margin-bottom: 0.4rem;
}
.platform-wrapper .box-1 .swiper-container {
  padding: 0.2rem;
  margin: 0 -0.2rem;
}
.platform-wrapper .box-1 .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.platform-wrapper .box-1 .swiper-slide.swiper-slide-active .info,
.platform-wrapper .box-1 .swiper-slide.swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.platform-wrapper .box-1 .info,
.platform-wrapper .box-1 .pic {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.platform-wrapper .box-1 .info {
  width: 45%;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
}
.platform-wrapper .box-1 .pic {
  position: relative;
  width: 50%;
  border-radius: 0.2rem;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  box-shadow: 0 9px 30px rgba(170, 184, 198, 0.4);
}
.platform-wrapper .box-1 .pic.on video {
  opacity: 1;
  visibility: visible;
}
.platform-wrapper .box-1 .pic.on img {
  opacity: 0;
  visibility: hidden;
}
.platform-wrapper .box-1 .pic video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: block;
  height: 100%;
  object-fit: contain;
  border-radius: 0.2rem;
}
.platform-wrapper .box-1 .title {
  font-size: var(--fs48);
  font-weight: 700;
  color: #000;
  line-height: 0.56rem;
}
.platform-wrapper .box-1 .brief {
  font-size: var(--fs30);
  line-height: 0.36rem;
  font-weight: 700;
  margin: 0.2rem auto 0.34rem;
}
.platform-wrapper .content {
  margin-bottom: 0.63rem;
}
.platform-wrapper .content ul {
  list-style-type: none;
}
.platform-wrapper .content ul li {
  position: relative;
  font-size: var(--fs16);
  color: #555;
  padding-left: 0.16rem;
}
.platform-wrapper .content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1b46af;
  position: absolute;
  left: 0;
  top: calc((0.36rem - 6px) / 2);
  z-index: 10;
}
.platform-wrapper .box-2 {
  margin-top: 0.84rem;
  background-color: #f5f6f9;
}
.platform-wrapper .box-2 .box-container {
  position: relative;
}
.platform-wrapper .box-2 .swiper-slide {
  width: 23.046%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.platform-wrapper .box-2 .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.platform-wrapper .box-2 .swiper-slide.on:before {
  opacity: 1;
  visibility: visible;
}
.platform-wrapper .box-2 .swiper-slide.on .title,
.platform-wrapper .box-2 .swiper-slide.on .brief {
  color: #fff;
}
.platform-wrapper .box-2 .pic {
  position: relative;
  z-index: 2;
}
.platform-wrapper .box-2 .pic img {
  height: 2.01rem;
  object-fit: cover;
}
.platform-wrapper .box-2 .info {
  position: relative;
  z-index: 2;
  padding: 0.26rem 0.4rem 0.2rem;
  line-height: 0.24rem;
}
.platform-wrapper .box-2 .title,
.platform-wrapper .box-2 .brief {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.24rem;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.platform-wrapper .box-2 .title {
  font-size: var(--fs18);
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.platform-wrapper .box-2 .brief {
  font-size: var(--fs16);
  color: #555;
}
.platform-wrapper .swiper-btn {
  width: 0.24rem;
  height: 0.42rem;
}
.platform-wrapper .swiper-btn.disabled {
  opacity: 0.4;
}
.platform-wrapper .prev {
  left: -0.64rem;
  background-image: url(../img/prev.png);
}
.platform-wrapper .prev:hover {
  background-image: url(../img/prev2.png);
}
.platform-wrapper .next {
  right: -0.64rem;
  background-image: url(../img/next.png);
}
.platform-wrapper .next:hover {
  background-image: url(../img/next2.png);
}
.case-wrapper .btn-box {
  position: static;
  justify-content: center;
  margin-bottom: 0.72rem;
}
.case-box > ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.case-box > ul > li {
  position: relative;
  margin-top: 3.905%;
}
.case-box > ul > li,
.case-box .swiper-slide {
  width: 30.73%;
  margin-right: 3.905%;
  background-color: #fff;
}
.case-box > ul > li:before,
.case-box .swiper-slide:before {
  content: "";
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.case-box > ul > li:hover:before,
.case-box .swiper-slide:hover:before {
  opacity: 1;
  visibility: visible;
}
.case-box > ul > li:hover .pic img,
.case-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-box > ul > li:hover .title,
.case-box .swiper-slide:hover .title,
.case-box > ul > li:hover .desc,
.case-box .swiper-slide:hover .desc,
.case-box > ul > li:hover .tags span,
.case-box .swiper-slide:hover .tags span {
  color: #fff!important;
}
.case-box > ul > li:hover .tags span,
.case-box .swiper-slide:hover .tags span {
  background-color: transparent!important;
  border-color: rgba(255, 255, 255, 0.5);
}
.case-box > ul > li a,
.case-box .swiper-slide a {
  display: block;
}
.case-box .swiper-slide {
  height: auto;
}
.case-box .info,
.case-box .pic {
  position: relative;
  z-index: 2;
}
.case-box .info {
  padding: 0.4rem 0.4rem 0.48rem;
}
.case-box .title {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.36rem;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.case-box .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
  margin: 0.2rem auto 0.44rem;
}
.tags {
  font-size: 0;
}
.tags span {
  display: inline-block;
  vertical-align: top;
  min-width: 0.8rem;
  line-height: 0.3rem;
  height: 0.32rem;
  font-size: var(--fs14);
  background-color: rgba(40, 147, 255, 0.14);
  border-radius: 16px;
  text-align: center;
  padding: 0 8px;
  color: #2893ff;
  border: 1px solid transparent;
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.tags span:last-child {
  margin-right: 0;
}
.tags span:nth-child(2n+2) {
  color: #155dc4;
  background-color: rgba(21, 93, 196, 0.14);
}
.tags span:nth-child(3n+3) {
  color: #006cff;
  border-color: rgba(0, 108, 255, 0.14);
}
.caseinfo-wrapper {
  position: relative;
}
.caseinfo-wrapper .box-1 {
  position: relative;
  z-index: 10;
}
.caseinfo-wrapper .box-1 .index-more {
  display: inline-block;
  width: auto;
  min-width: 2rem;
  padding: 0 0.52rem;
}
.caseinfo-wrapper .box-1 .box-container {
  position: relative;
  z-index: 10;
}
.caseinfo-wrapper .box-1 canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.4;
  height: 50%!important;
}
.caseinfo-wrapper .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 1.44rem;
  height: 1.44rem;
  background-color: #fff;
  border-radius: 50%;
  object-fit: contain;
  box-shadow: 0px 6px 30px 0px rgba(14, 27, 75, 0.08);
}
.caseinfo-wrapper .base {
  position: relative;
  margin-bottom: 0.56rem;
}
.caseinfo-wrapper .base h1 {
  font-size: var(--fs48);
  color: #000;
  font-weight: 700;
  line-height: 0.6rem;
}
.caseinfo-wrapper .base .brief {
  font-size: var(--fs22);
  line-height: 0.36rem;
  margin: 0.18rem auto 0.4rem;
}
.caseinfo-wrapper .swiper-btn {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  box-shadow: 0px 6px 30px 0px rgba(14, 27, 75, 0.08);
}
.caseinfo-wrapper .prev {
  left: -1.12rem;
  background-image: url(../img/prev3.png);
}
.caseinfo-wrapper .prev:hover {
  background-image: url(../img/prev4.png);
}
.caseinfo-wrapper .next {
  right: -1.12rem;
  background-image: url(../img/next3.png);
}
.caseinfo-wrapper .next:hover {
  background-image: url(../img/next4.png);
}
.caseinfo-wrapper .swiper-box {
  margin-bottom: 0.74rem;
}
.caseinfo-wrapper .caption {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  color: #000;
  margin-bottom: 0.23rem;
}
.caseinfo-wrapper .content {
  color: #666;
  margin-bottom: 0.52rem;
}
.caseinfo-wrapper .box-2 {
  margin-top: 1.04rem;
  background-color: #f5f6f9;
}
.caseinfo-wrapper .box-2 .box-container {
  position: relative;
}
.caseinfo-wrapper .box-2 .index-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.caseinfo-wrapper .case-box .swiper-slide {
  background-color: #fff;
}
.resource-wrapper .btn-box {
  position: static;
  justify-content: center;
  margin-bottom: 0.64rem;
}
.resource-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.resource-wrapper .list ul li {
  width: 23.046%;
  margin-right: 2.605%;
  margin-top: 2.605%;
  background-color: #fff;
  padding: 0.32rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.resource-wrapper .list ul li:hover {
  box-shadow: 0px 6px 30px 0px rgba(14, 27, 75, 0.08);
}
.resource-wrapper .list ul li:hover .pic:before {
  opacity: 0.9;
  visibility: visible;
}
.resource-wrapper .list ul li:hover .btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.resource-wrapper .list ul li:hover .title {
  color: #1b46af;
}
.resource-wrapper .pic {
  position: relative;
}
.resource-wrapper .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.resource-wrapper .pic > img {
  height: 3.78rem;
  object-fit: contain;
}
.resource-wrapper .btn {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  align-items: center;
  align-content: center;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition-delay: 0.1s;
}
.resource-wrapper .btn img {
  width: 0.22rem;
  margin: 0 auto;
}
.resource-wrapper .btn p {
  width: 100%;
  font-size: var(--fs14);
  text-align: center;
  margin-top: 0.06rem;
}
.resource-wrapper .title {
  font-size: var(--fs18);
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 700;
  text-align: center;
  margin-top: 0.25rem;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.knowledge-wrapper .btn-box {
  position: static;
  justify-content: center;
  margin-bottom: 0.64rem;
}
.knowledge-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.knowledge-wrapper .list li {
  width: 48.7%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin-top: 2.6%;
  background-color: #fff;
  padding: 0 0.4rem;
}
.knowledge-wrapper .list li:nth-child(-n+2) {
  margin-top: 0;
}
.knowledge-wrapper .list li:hover:before {
  opacity: 1;
  visibility: visible;
}
.knowledge-wrapper .list li:hover .title {
  color: #fff;
}
.knowledge-wrapper .list li:hover .icon {
  background-image: url(../img/pdf2.png);
}
.knowledge-wrapper .list li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.knowledge-wrapper .list li a {
  position: relative;
  z-index: 1;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: 0.96rem;
  align-items: center;
}
.knowledge-wrapper .icon {
  width: 0.42rem;
  height: 0.48rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/pdf.png);
  margin-right: 0.3rem;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
}
.knowledge-wrapper .title {
  font-size: var(--fs18);
  font-weight: 700;
  line-height: 0.3rem;
  max-height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  flex: 1;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.video-wrapper .btn-box {
  position: static;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.video-wrapper .cate-box {
  text-align: center;
  margin-bottom: 0.5rem;
}
.video-wrapper .cate-box a {
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  font-size: var(--fs18);
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
}
.video-wrapper .cate-box a.on {
  color: #1b46af;
}
.video-wrapper .cate-box a.on:before {
  background-size: 100% 2px;
  background-position: 0 100%;
}
.video-wrapper .cate-box a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1b46af;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 2px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.video-wrapper .cate-box a:last-child {
  margin-right: 0;
}
.video-wrapper .list .item {
  display: none;
}
.video-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.video-wrapper .list li {
  width: 23.046%;
  margin-top: 0.4rem;
  margin-right: 2.605%;
}
.video-wrapper .list li:hover .pic img {
  opacity: 0.5;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-wrapper .list li:hover .play {
  opacity: 1;
  visibility: visible;
}
.video-wrapper .list li:hover .title {
  color: #1b46af;
}
.video-wrapper .list .pic {
  position: relative;
  background-color: #000;
}
.video-wrapper .list .pic:before,
.video-wrapper .list .pic:after {
  content: "";
  position: absolute;
  left: 0.18rem;
  top: 0.18rem;
  width: calc(100% - 0.36rem);
  height: calc(100% - 0.36rem);
  border: 0.03rem solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.video-wrapper .list .pic img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.video-wrapper .title {
  font-size: var(--fs18);
  font-weight: 700;
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  margin-top: 0.25rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.video-wrapper .play {
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  top: 50%;
  margin-top: -0.32rem;
  margin-left: -0.32rem;
  cursor: pointer;
  left: 50%;
  z-index: 10;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.video-wrapper .play:before,
.video-wrapper .play:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}
.video-wrapper .play:before {
  animation: iconAni 3s infinite linear;
}
.video-wrapper .play:after {
  animation: iconAni 3s 0.75s infinite ease;
}
.video-wrapper .play i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: #ffffff url(../img/play2.png) no-repeat center center;
  border-radius: 50%;
}
.about-wrapper {
  padding-top: 0!important;
  padding-bottom: 1.12rem;
  background: #f5f6f9 url(../img/aboutbg.png) no-repeat top center;
  background-size: 100%;
}
.about-wrapper .page-title {
  margin-bottom: 0.32rem;
}
.about-wrapper .box-1 {
  padding-top: 1.12rem;
}
.about-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-1 .info {
  position: relative;
  width: 47.875%;
}
.about-wrapper .box-1 .pic {
  width: 44%;
}
.about-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-1 .data {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.about-wrapper .box-1 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.about-wrapper .box-1 .data .num {
  color: #555;
  font-size: var(--fs16);
}
.about-wrapper .box-1 .data .num span {
  display: inline-block;
  font-size: 0.6rem;
  font-family: "mb";
  line-height: 0.5rem;
  height: 0.5rem;
  margin-right: 0.12rem;
  color: #1b46af;
}
.about-wrapper .box-1 .data p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  font-weight: 700;
  color: #555;
  margin-bottom: 0.06rem;
}
.about-wrapper .box-2 {
  padding-top: 1.06rem;
}
.about-wrapper .box-2 .content {
  text-align: center;
  color: #555;
  width: 79.94%;
  margin: 0 auto 0.52rem;
}
.about-wrapper .video .swiper-slide {
  width: 24.8%;
  margin-right: 0.266%;
  overflow: hidden;
  background: #06275c;
}
.about-wrapper .video .swiper-slide:last-child {
  margin-right: 0;
}
.about-wrapper .video .swiper-slide:hover .pic {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .video video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover;
}
.about-wrapper .video .pic {
  position: relative;
  z-index: 2;
}
.about-wrapper .video .pic img {
  opacity: 0.6;
}
.about-wrapper .video .info {
  position: absolute;
  left: 0;
  bottom: 0.56rem;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 0 0.2rem;
}
.about-wrapper .video .title,
.about-wrapper .video p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.about-wrapper .video .title {
  font-size: var(--fs36);
  color: #fff;
  line-height: 0.4rem;
  margin-bottom: 0.24rem;
  font-weight: 700;
}
.about-wrapper .video p {
  color: #fff;
  line-height: 0.3rem;
  font-size: var(--fs18);
}
.about-wrapper .box-3 {
  padding-top: 1rem;
}
.about-wrapper .box-3 .swiper-box {
  padding-top: 0.2rem;
}
.about-wrapper .box-3 .swiper-container {
  padding-left: 1.12rem;
}
.about-wrapper .box-3 .swiper-container:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0.3rem;
  z-index: 1;
}
.about-wrapper .box-3 .swiper-slide-prev .content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.about-wrapper .box-3 .swiper-slide:hover .year {
  color: #1b46af;
}
.about-wrapper .box-3 .year {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  font-family: "mb";
  margin: 0.28rem auto 0.18rem;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.about-wrapper .box-3 .year,
.about-wrapper .box-3 .content {
  padding-left: 0.1rem;
}
.about-wrapper .box-3 .line {
  width: 2px;
  height: 0.64rem;
  background-color: #1b46af;
  transform: rotate(45deg);
}
.about-wrapper .box-3 .content ul {
  list-style: none;
}
.about-wrapper .box-3 .content li {
  font-size: var(--fs16);
  position: relative;
  padding-left: 0.18rem;
}
.about-wrapper .box-3 .content li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1b46af;
  position: absolute;
  left: 0;
  top: calc((0.36rem - 6px) / 2);
  z-index: 1;
  border-radius: 50%;
}
.about-wrapper .box-3 .swiperbtn-box {
  margin-top: 0.6rem;
}
.about-wrapper .swiperbtn-box {
  text-align: center;
}
.about-wrapper .swiperbtn-box a {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  position: static;
  transform: none;
  box-shadow: 0px 6px 30px 0px rgba(14, 27, 75, 0.08);
}
.about-wrapper .swiperbtn-box .prev {
  margin-right: 0.24rem;
  background-image: url(../img/prev3.png);
}
.about-wrapper .swiperbtn-box .prev:hover {
  background-image: url(../img/prev4.png);
}
.about-wrapper .swiperbtn-box .next {
  background-image: url(../img/next3.png);
}
.about-wrapper .swiperbtn-box .next:hover {
  background-image: url(../img/next4.png);
}
.about-wrapper .map-box {
  height: 6.8rem;
  overflow: hidden;
  position: relative;
}
.about-wrapper .cat-box {
  text-align: center;
  margin-bottom: 0.65rem;
}
.about-wrapper .cat-box .inner {
  display: inline-block;
  position: relative;
}
.about-wrapper .cat-box .inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: solid 1px #1b46af;
  border-radius: 28px;
  box-sizing: border-box;
}
.about-wrapper .cat-box a {
  position: relative;
  display: inline-block;
  font-size: var(--fs18);
  font-weight: 700;
  height: 0.56rem;
  line-height: 0.54rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  min-width: 1.84rem;
  padding: 0 0.15rem;
  margin-right: 0.08rem;
  border-radius: 28px;
  z-index: 1;
}
.about-wrapper .cat-box a:last-child {
  margin-right: 0;
}
.about-wrapper .cat-box a:hover,
.about-wrapper .cat-box a.on {
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  color: #fff;
}
.about-wrapper .box-4 {
  padding-top: 1rem;
}
.about-wrapper .box-4 .swiper-container {
  margin: 0 -0.2rem;
  padding: 0.28rem 0.2rem 0.56rem;
}
.about-wrapper .box-4 .swiper-slide {
  width: 23.046%;
  padding: 0.32rem;
  background-color: #fff;
  transition: box-shadow 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -ms-transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
}
.about-wrapper .box-4 .swiper-slide:hover {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
}
.about-wrapper .box-4 .swiper-slide:hover .title {
  color: #1b46af;
}
.about-wrapper .box-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-4 .pic img {
  height: 4.1rem;
  object-fit: contain;
}
.about-wrapper .box-4 .title {
  font-size: var(--fs18);
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  margin-top: 0.26rem;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.about-wrapper .box-4 .bottom {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.about-wrapper .box-4 .swiper-scrollbar {
  width: calc(100% - 2.08rem);
  height: 3px;
  position: relative;
  background: none;
}
.about-wrapper .box-4 .swiper-scrollbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 1;
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
}
.about-wrapper .box-4 .swiper-scrollbar-drag {
  background-color: #1b46af;
  z-index: 2;
}
.about-wrapper .box-5 {
  padding-top: 1.25rem;
}
.about-wrapper .box-5 .page-title {
  margin-bottom: 0.45rem;
}
.about-wrapper .box-6 {
  padding-top: 0.64rem;
}
.about-wrapper .box-6 .box-container {
  background: url(../img/aboutbg2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0.92rem 1.9rem 0.78rem 1.28rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-6 .info {
  width: 46%;
}
.about-wrapper .box-6 .content {
  color: #555;
}
.about-wrapper .box-6 .qrcode {
  width: 36.12%;
  margin-top: 0.36rem;
}
.about-wrapper .box-6 .qrcode ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-6 .qrcode li {
  width: 41.84%;
  text-align: center;
}
.about-wrapper .box-6 .qrcode p {
  font-size: var(--fs16);
  line-height: 0.24rem;
  margin-top: 0.2rem;
}
.goodsinfo-wrapper .caption {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  text-align: center;
  color: #1b46af;
  margin-bottom: 0.56rem;
}
.goodsinfo-wrapper .box-1 .page-title {
  margin-bottom: 0.3rem;
}
.goodsinfo-wrapper .box-1 .content {
  padding: 0 1.34rem 0 1.3rem;
  position: relative;
}
.goodsinfo-wrapper .box-1 .content:before,
.goodsinfo-wrapper .box-1 .content:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.37rem;
  height: 0.25rem;
  background-image: url(../img/gi-icon.png);
}
.goodsinfo-wrapper .box-1 .content:before {
  left: 0;
  top: -0.84rem;
}
.goodsinfo-wrapper .box-1 .content:after {
  right: 0;
  bottom: -0.18rem;
}
.goodsinfo-wrapper .box-2 {
  margin-top: 1.07rem;
}
.goodsinfo-wrapper .box-3 {
  margin-top: 1.2rem;
}
.goodsinfo-wrapper .box-3 .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.goodsinfo-wrapper .box-3 .item {
  position: relative;
  width: 48.4375%;
  margin-top: 3.125%;
  background-color: #fff;
}
.goodsinfo-wrapper .box-3 .item:hover:before {
  opacity: 1;
  visibility: visible;
}
.goodsinfo-wrapper .box-3 .item:hover .title,
.goodsinfo-wrapper .box-3 .item:hover .desc {
  color: #fff;
}
.goodsinfo-wrapper .box-3 .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.goodsinfo-wrapper .box-3 .item:nth-child(-n+2) {
  margin-top: 0;
}
.goodsinfo-wrapper .box-3 .info {
  position: relative;
  z-index: 10;
  padding: 0.56rem 0.25rem 0.52rem 1.85rem;
}
.goodsinfo-wrapper .box-3 .icon {
  position: absolute;
  left: 0.48rem;
  top: 0.48rem;
  z-index: 10;
  width: 0.96rem;
}
.goodsinfo-wrapper .box-3 .title {
  font-size: var(--fs22);
  line-height: 0.36rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.goodsinfo-wrapper .box-3 .desc {
  font-size: var(--fs16);
  color: #555;
  line-height: 0.36rem;
  height: 1.44rem;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  overflow-y: auto;
  padding-right: 0.38rem;
}
.goodsinfo-wrapper .box-3 .desc::-webkit-scrollbar {
  width: 2px;
  background-color: #ddd;
}
.goodsinfo-wrapper .box-3 .desc::-webkit-scrollbar-thumb {
  background-color: #1b46af;
}
.goodsinfo-wrapper .box-4 {
  margin-top: 0.98rem;
}
.goodsinfo-wrapper .box-4 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  justify-content: center;
}
.goodsinfo-wrapper .box-4 li {
  width: 12.5%;
  background-color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  margin-right: 1.85%;
  margin-top: 1.85%;
  position: relative;
}
.goodsinfo-wrapper .box-4 li:hover {
  box-shadow: 0px 6px 30px 0px rgba(14, 27, 75, 0.08);
}
.goodsinfo-wrapper .box-4 li:hover .line:before,
.goodsinfo-wrapper .box-4 li:hover .line:after {
  opacity: 1;
}
.goodsinfo-wrapper .box-4 li:hover .line span:before,
.goodsinfo-wrapper .box-4 li:hover .line span:after {
  opacity: 1;
}
.goodsinfo-wrapper .box-4 li a {
  display: block;
  position: relative;
  z-index: 2;
}
.goodsinfo-wrapper .box-4 .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.goodsinfo-wrapper .box-4 .line:before,
.goodsinfo-wrapper .box-4 .line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.02rem;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 11;
  opacity: 0;
}
.goodsinfo-wrapper .box-4 .line:before {
  top: 0;
  -webkit-animation: right 2s linear infinite;
  animation: right 2s linear infinite;
  background: -webkit-gradient(linear, right top, left top, from(#1b46af), to(transparent));
  background: linear-gradient(right, #1b46af, transparent);
}
.goodsinfo-wrapper .box-4 .line:after {
  bottom: 0;
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
  background: -webkit-gradient(linear, left top, right top, from(#1b46af), to(transparent));
  background: linear-gradient(left, #1b46af, transparent);
}
.goodsinfo-wrapper .box-4 .line span:before,
.goodsinfo-wrapper .box-4 .line span:after {
  content: "";
  position: absolute;
  width: 0.02rem;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  animation-delay: 1s;
  z-index: 11;
  opacity: 0;
}
.goodsinfo-wrapper .box-4 .line span:before {
  top: 0;
  left: 0;
  -webkit-animation: top 2s linear infinite;
  animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(#1b46af), to(transparent));
  background: linear-gradient(top, #1b46af, transparent);
}
.goodsinfo-wrapper .box-4 .line span:after {
  bottom: 0;
  right: 0;
  -webkit-animation: bottom 2s linear infinite;
  animation: bottom 2s linear infinite;
  background: -webkit-gradient(linear, left bottom, left top, from(#1b46af), to(transparent));
  background: linear-gradient(bottom, #1b46af, transparent);
}
.mb {
  margin-bottom: 0.98rem;
}
.solution-wrapper .caption {
  font-size: var(--fs36);
  color: #1b46af;
  font-weight: 700;
  line-height: 0.48rem;
  text-align: center;
  margin-bottom: 0.54rem;
}
.solution-wrapper .box-1 {
  margin-bottom: 1.2rem;
}
.solution-wrapper .box-1 .content {
  position: relative;
  font-size: var(--fs18);
  padding: 0 0.96rem;
}
.solution-wrapper .box-1 .content:before,
.solution-wrapper .box-1 .content:after {
  content: "";
  width: 0.37rem;
  height: 0.25rem;
  position: absolute;
  z-index: 10;
  background-image: url(../img/gi-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.solution-wrapper .box-1 .content:before {
  left: 0;
  top: -0.15rem;
}
.solution-wrapper .box-1 .content:after {
  right: 0;
  bottom: -0.22rem;
}
.solution-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
  justify-content: center;
}
.solution-wrapper .box-2 li {
  width: 18.62%;
  text-align: center;
  margin-right: 1.725%;
  margin-top: 1.725%;
  background-color: #fff;
  padding: 0.55rem 0.1rem 0.25rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.solution-wrapper .box-2 li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.solution-wrapper .box-2 li:hover .icon {
  transform: rotateY(180deg);
}
.solution-wrapper .box-2 li:hover p {
  color: #1b46af;
}
.solution-wrapper .box-2 .icon {
  display: block;
  height: 0.8rem;
  margin: 0 auto;
  object-fit: contain;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.solution-wrapper .box-2 p {
  font-size: var(--fs22);
  font-weight: 700;
  color: #191c22;
  line-height: 0.3rem;
  margin-top: 0.43rem;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.solution-wrapper .box-4 .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.solution-wrapper .box-4 .item {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 48.4375%;
  margin-top: 3.125%;
  background-color: #fff;
}
.solution-wrapper .box-4 .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.solution-wrapper .box-4 .item:nth-child(-n+2) {
  margin-top: 0;
}
.solution-wrapper .box-4 .item:hover:before {
  opacity: 1;
  visibility: visible;
}
.solution-wrapper .box-4 .item:hover .title,
.solution-wrapper .box-4 .item:hover .desc {
  color: #fff;
}
.solution-wrapper .box-4 .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-wrapper .box-4 .pic,
.solution-wrapper .box-4 .info {
  position: relative;
  z-index: 1;
}
.solution-wrapper .box-4 .pic {
  width: 46.24%;
}
.solution-wrapper .box-4 .info {
  width: 53.76%;
  padding: 0.6rem 0.3rem 0 0;
}
.solution-wrapper .box-4 .title,
.solution-wrapper .box-4 .desc {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.solution-wrapper .box-4 .title {
  font-size: var(--fs22);
  font-weight: 700;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.solution-wrapper .box-4 .desc {
  font-size: var(--fs16);
  color: #555;
  line-height: 0.3rem;
  height: 1.5rem;
  overflow-y: auto;
  padding-right: 0.28rem;
}
.solution-wrapper .box-4 .desc::-webkit-scrollbar {
  width: 2px;
  background-color: #ddd;
}
.solution-wrapper .box-4 .desc::-webkit-scrollbar-thumb {
  background-color: #1b46af;
}
.solution-wrapper .box-5 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
  justify-content: center;
}
.solution-wrapper .box-5 li {
  width: 18.62%;
  text-align: center;
  margin-right: 1.725%;
  margin-top: 1.725%;
  background-color: #fff;
  padding: 0.48rem 0.24rem 0.4rem 0.44rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.solution-wrapper .box-5 li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.solution-wrapper .box-5 li:hover .icon {
  transform: rotateY(180deg);
}
.solution-wrapper .box-5 li:hover p {
  color: #1b46af;
}
.solution-wrapper .box-5 .icon {
  display: block;
  height: 0.96rem;
  margin: 0 0.22rem 0 auto;
  object-fit: contain;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.solution-wrapper .box-5 .icon img {
  height: 100%;
  object-fit: contain;
}
.solution-wrapper .box-5 .desc {
  margin-top: 0.34rem;
  font-size: var(--fs16);
  color: #555;
  line-height: 0.3rem;
  height: 1.5rem;
  overflow-y: auto;
  padding-right: 0.22rem;
}
.solution-wrapper .box-5 .desc::-webkit-scrollbar {
  width: 2px;
  background-color: #ddd;
}
.solution-wrapper .box-5 .desc::-webkit-scrollbar-thumb {
  background-color: #1b46af;
}
.solution-wrapper .box-6 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.solution-wrapper .box-6 li {
  width: 10.42%;
  text-align: center;
  margin-right: 2.377%;
}
.solution-wrapper .box-6 p {
  font-size: var(--fs16);
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.38rem;
}
.solution-wrapper .box-6 .brief {
  text-align: center;
  font-size: var(--fs22);
  line-height: 0.36rem;
  margin-top: 0.46rem;
}
.solution-wrapper .box-6 .brief a {
  display: inline-block;
  color: #1b46af;
  font-size: var(--fs22);
}
.solution-wrapper .box-6 .num {
  font-size: var(--fs22);
  font-family: "mb";
  line-height: 0.24rem;
}
.solution-wrapper .box-6 .count {
  width: 0.7rem;
  margin: 0 auto;
}
.solution-wrapper .box-7 {
  position: relative;
}
.solution-wrapper .box-7 .index-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.lui-column-bg {
  position: relative;
  width: 0.7rem;
  height: 2.8rem;
  margin: 0.46rem auto 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.lui-column-bg:before {
  position: absolute;
  content: '';
  display: block;
  height: 0.28rem;
  width: 100%;
  border-radius: 50%;
  top: -0.145rem;
  z-index: 1;
  background-color: #e8ebef;
}
.lui-column-bg:after {
  position: absolute;
  content: '';
  display: block;
  height: 0.14rem;
  width: 100%;
  border-radius: 50%;
  bottom: -0.08rem;
  background-color: #1b46af;
}
.lui-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(-35deg, #1a41aa 0%, #288bee 100%), linear-gradient(#155dc4, #155dc4);
  text-align: center;
  height: 0;
  transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
}
.lui-inner::before {
  position: absolute;
  content: '';
  display: block;
  height: 0.28rem;
  width: 100%;
  background-color: #82b5ff;
  border-radius: 50%;
  top: -0.145rem;
  z-index: 1;
}
.lui-inner:after {
  position: absolute;
  content: '';
  display: block;
  height: 0.28rem;
  width: 100%;
  border-radius: 50%;
  background-color: white;
  top: -0.145rem;
}
.website-wrapper ul {
  list-style: none;
}
.website-wrapper li {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #eee;
}
.website-wrapper li:first-child {
  padding-top: 0;
}
.website-wrapper li > a {
  font-size: var(--fs24);
  font-weight: 700;
}
.website-wrapper li a {
  display: inline-block;
  color: #000;
  line-height: 0.48rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.website-wrapper li a:hover {
  color: #1b46af;
}
.website-wrapper .nav {
  font-size: 0;
}
.website-wrapper .nav > a {
  font-size: var(--fs18);
}
.website-wrapper .nav a {
  margin-right: 0.6rem;
}
.website-wrapper .nav a:last-child {
  margin-right: 0;
}
.website-wrapper .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.website-wrapper .nav a span {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.website-wrapper .child {
  display: inline-block;
  font-size: 0;
}
.website-wrapper .child a {
  font-size: var(--fs16);
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #1b46af;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #cfcfcf;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #cfcfcf;
}
.search-wrapper .list li:hover .title {
  color: #1b46af;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "mr";
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.98rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  font-family: "hr";
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #fff;
  border: solid 1px #eee;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}
.pageNum .prev {
  background-image: url(../img/icon-left2.png);
}
.pageNum .prev:hover {
  background-image: url(../img/icon-left.png);
}
.pageNum .next {
  background-image: url(../img/icon-right2.png);
}
.pageNum .next:hover {
  background-image: url(../img/icon-right.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #1b46af;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #1b46af;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@-webkit-keyframes scrollAni {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
}
@-moz-keyframes scrollAni {
  0%,
  30% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
  }
}
@keyframes iconAni {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes svgAni {
  100% {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
#chase {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
#chase .sub {
  position: absolute;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
#chase.ov_s .sub1 .sub {
  width: 0.6rem;
  height: 0.6rem;
  left: -0.3rem;
  top: -0.3rem;
  opacity: 0.2;
}
#chase.ov .sub1 .sub {
  width: 1rem;
  height: 1rem;
  left: -0.5rem;
  top: -0.5rem;
  opacity: 0.2;
}
#chase .sub1 {
  position: fixed;
  z-index: 1;
}
#chase .sub1 .sub {
  width: 22px;
  height: 22px;
  left: -11px;
  top: -11px;
  opacity: 0.1;
  -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
#chase .sub2 {
  position: fixed;
  z-index: 2;
}
#chase .sub2 .sub {
  width: 6px;
  height: 6px;
  left: -3px;
  top: -3px;
  -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out;
}
